home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / TicCell.h < prev    next >
Encoding:
Text File  |  1993-03-18  |  288 b   |  19 lines

  1.  
  2. /* $Id: TicCell.h,v 1.1.1.1 1993/03/18 03:36:20 davis Exp $ */
  3.  
  4. #import "SubCell.h"
  5.  
  6. @interface TicCell:SubCell
  7. {
  8. }
  9.  
  10.  
  11. /*  
  12.  *  TicObjects have both a string value and a double value, and 
  13.  *  TicCells draw them both.
  14.  */
  15. - drawInside:(const NXRect *)cellFrame inView:controlView;
  16.  
  17.  
  18. @end
  19.